]>
Commit | Line | Data |
---|---|---|
74c15570 BB |
1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | ||
6 | namespace SuperPolarity | |
7 | { | |
8 | class ScoreScreen : Screen | |
9 | { | |
10 | public ScoreScreen(SuperPolarity newGame) : base(newGame) {} | |
11 | ||
12 | public override void Initialize() | |
13 | { | |
14 | } | |
15 | } | |
16 | } |